runtime.traceMap.put (method)
4 uses
runtime (current package)
tracemap.go#L67: func (tab *traceMap) put(data unsafe.Pointer, size uintptr) (uint64, bool) {
tracestack.go#L142: id, _ := t.tab.put(noescape(unsafe.Pointer(&pcs[0])), uintptr(len(pcs))*unsafe.Sizeof(uintptr(0)))
tracestring.go#L28: id, added := t.tab.put(ss.str, uintptr(ss.len))
tracetype.go#L30: id, _ := t.tab.put(noescape(unsafe.Pointer(&typ)), goarch.PtrSize)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |